-
Notifications
You must be signed in to change notification settings - Fork 1.2k
triage agent tool choice requried + respond to user #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checks are failing too
@@ -7,14 +7,14 @@ Check out a variety of sample implementations of the SDK in the examples section | |||
|
|||
- **agent_patterns:** | |||
Examples in this category illustrate common agent design patterns, such as | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add links to these? Makes it more useful that way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes good call
], | ||
tools=[respond_to_user], | ||
model_settings=ModelSettings(tool_choice="required"), | ||
tool_use_behavior={"stop_at_tool_names": ["respond_to_user"]}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this any more after #335?
This PR is stale because it has been open for 10 days with no activity. |
This PR was closed because it has been inactive for 7 days since being marked as stale. |
No description provided.